/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
html {
  background-color: white;
  color: #737f8a;
  scroll-behavior: smooth !important;
}

body {
  background-color: white;
  font-family: "Anaheim", sans-serif;
  color: #737f8a;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
  color: #677a8b;
}

p {
  font-family: "Quattrocento Sans", sans-serif;
}

hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 2px solid #c9b7a5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: black7a;
}

.w-100 {
  padding: 0em;
}

.gallery1{
  background-color: #b3a393;
  padding: 0;
}

.gallery2{
  background-color: #fff;
  padding: 0;
}

.portfolio {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
}

.card {
  width: 25%;
  overflow: hidden;
  position: relative;
  background: #929396;
}
#card {
  width: 33%!important;
  overflow: hidden;
  position: relative;
}

.card .content {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: -100px;
  transition: all 0.7s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: 100px;
  background: #111;
}

.card .image {
  z-index: 1;
  height: 100%;
}

.card img {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1.2);
}

.card:hover .content {
  bottom: 0px;
  color: #fff;
}

.card:hover .image img {
  transform: scale(1);
}

.card .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.card .content span:last-child {
  font-size: 14px;
  color: #18cfab;
  text-align: center;
  font-weight: 700;
}


@media screen and (max-width: 768px) {
  .card {
    width: 50%;
  }

  .card .content {
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .card {
    width: 100%;
  }
}
/* Gallery 1 */


/* Icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

/* icon styles */
.icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  color: #fff;
  font-size: 28px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #666;
  transition: all 0.3s ease-in-out;
}

.icons a:hover {
  background-color: #3b5998; /* Change color to Facebook blue */
}

.icons a:last-child:hover {
  background-color: #dd2a7b; /* Change color to Instagram pink */
}



.gallery {
  --anim-time--hi: 266ms;
  --anim-time--med: 400ms;
  --anim-time--lo: 600ms;

  display: flex!important;
  place-content: center!important;
  max-width: clamp(30rem, 95%, 50rem)!important;
  width: max(22.5rem, 100%)!important;
  min-height: 100vh!important;
  margin-inline: auto!important;
  padding: clamp(0px, (30rem - 100vw) * 9999, 1rem)!important;

}

.gallery__content--flow {
  display: flex!important;
  flex-wrap: wrap!important;
  gap: 1rem!important;
}

.gallery__content--flow>* {
  flex-grow: 1!important;
  flex-basis: calc((30rem - 100%) * 999)!important;
}

#flexbox {
  display: flex!important;
  flex-wrap: wrap!important;
  padding: 0 4px!important;
}

.column {
  flex: 50%!important;
  max-width: 50%!important;
  padding: 0 4px!important;
}

.column img {
  vertical-align: middle!important;
  margin-top: 8px!important;
  filter: grayscale(70%)!important;
}

.column:nth-child(even) {
  display: flex!important;
  flex-direction: column-reverse!important;
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #c9b7a5;
}

::selection {
  color: #fff;
  background: #c9b7a5;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6cb670;
}

.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all 0.3s ease-in 0s;
}
.btn:focus {
  color: #ddd;
  box-shadow: none;
}

.btn-transparent {
  border: 1px solid #4e595f;
}
.btn-transparent:hover,
.btn-transparent:focus {
  background-color: black;
  border-color: #c9b7a5 !important;
  color: #fff;
}

.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
  color: #ddd;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
  color: #ddd;
}

.border {
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 0%;
}
.border:before {
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #929396;
}

.nav-link {
  display: block;
  padding: 0rem 1rem;
}

.color {
  color: #6cb670;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-one {
  background-color: #fff;
  border-top: 1px solid #929396;
}

.bg-dark {
  background: #242930;
}

.parallax-section {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.2s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #c9b7a5 !important;
}

.btn-main {
  background: #04547c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-main:hover {
  background: black;
  color: #000;
}

.mt-20 {
  margin-top: 20px;
}

.section {
  padding: 5em;
}

#team-skills {
  padding: 100px 0px 0px 0px;
  background: white;
}
@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
  .slidernav {
    justify-content: center !important;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

object{
  width:50% ;
  height:1000px;
}

embed{
  width:100% ;
  height:100%;
}

.sk-cube-grid {
  width: 65px;
  height: 65px;
}

.sk-cube-grid .sk-cube {
  background: url("../images/icon.png");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150%;
  height: 150%;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.title {
  padding-bottom: 60px;
}
.title h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 2.1rem;
  color: #c9b7a5;
}
.title h6 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.5rem;
  color: #c9b7a5;
  padding-top: 2rem;
}

.title- h6 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
  padding-bottom: 2rem;
}

.title h2 span {
  color: black;
}
.title p {
  color: #666;
}
.title.title-white h2 {
  color: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: black;
}

.overly {
  position: relative;
}
.overly:before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Quattrocento Sans", sans-serif;
}
.header-bradcrumb a:hover {
  color: #c9b7a5;
}

.slick-slide {
  outline: none;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mb-30 {
  margin: auto;
  display: flex;
  justify-content: center;
}

#center-contact {
  margin: auto;
  display: flex;
  justify-content: center;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pagination li {
  margin: 5px;
  display: inline-block;
}
.pagination li a {
  background: #242930;
  border: 0;
  color: #fff;
  border-radius: 0 !important;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li a.active {
  background: #c9b7a5;
  color: #fff;
  box-shadow: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
/* #navigation {
  background-color: rgba(16, 22, 54, 0.2);
  border: 0 none;
  margin: 0;

  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
} */

.navigation-top {
  background-color: black !important;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  position: absolute;
}

.navigation-top a {
  color: #fff;
}

.navigation-top a:hover {
  color: #c9b7a5;
}

.navigation {
  background-color: rgb(201 183 165) !important;
  width: 100%;
  z-index: 99;
  margin-top: 0em;
  left: 0px;
  padding: 0px 0px;
  top: 0px;
  position: absolute;
  border-bottom: 4px solid #929396;
}

.navigation .hhLogo {
  padding: 0px;
  width: 23%;
}

.dropdown-menu a {
  text-align: center;
  padding-left: 0px !important;
  margin-top: 0px !important;
}
.navigation .navigation-menu a {
  padding-left: 2em;
  padding-right: 0px;
  font-size: 16px;
}
.navigation .navigation-menu a:hover,
.navigation .navigation-menu a:focus {
  background: transparent;
  color: #c9b7a5 !important;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}

.bg-1 {
  background-image: url("../images/backgrounds/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-nav {
  float: right;
  margin: 0;
}

/* index */
.hero-area {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area p {
  color: white;
}
.hero-area .block {
  text-align: center;
  z-index: 99;
  margin-top: 2em;
}

.hero-area .block h1 {
  font-size: 2.6em;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

/* team */

.hero-area-team {
  background: url(https://images.unsplash.com/photo-1556484687-30636164638b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area-team h1 {
  color: white;
  font-size: 3rem;
}
.hero-area-team .block {
  text-align: center;
  z-index: 99;
  margin-top: 11em;
}

.hero-area-pa {
  background: url(https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80);
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area-pa h1 {
  color: white;
  font-size: 3rem;
}
.hero-area-pa .block {
  text-align: center;
  z-index: 99;
  margin-top: 11em;
}

.hero-area-ca {
  background: url(https://images.unsplash.com/photo-1529400971008-f566de0e6dfc?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80);
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area-ca h1 {
  color: white;
  font-size: 3rem;
}
.hero-area-ca .block {
  text-align: center;
  z-index: 99;
  margin-top: 11em;
}

.hero-area-bp {
  background: url(https://images.unsplash.com/photo-1599059813005-11265ba4b4ce?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80);
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area-bp h1 {
  color: white;
  font-size: 3rem;
}
.hero-area-bp .block {
  text-align: center;
  z-index: 99;
  margin-top: 11em;
}

.hero-area-cu {
  background: url(https://images.unsplash.com/photo-1534536281715-e28d76689b4d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80);
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area-cu h1 {
  color: white;
  font-size: 3rem;
}
.hero-area-cu .block {
  text-align: center;
  z-index: 99;
  margin-top: 11em;
}

.hero-area-fp {
  background: url(https://images.unsplash.com/photo-1516409590654-e8d51fc2d25c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=826&q=80);
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area-fp h1 {
  color: white;
  font-size: 3rem;
}
.hero-area-fp .block {
  text-align: center;
  z-index: 99;
  margin-top: 11em;
}

#team-rest ol {
  counter-reset: item;
  text-align: left;
}
#team-rest li {
  display: block;
  color: black;
  font-size: 1.1em;
  padding-top: 1em;
}
#pad {
  padding: 0px 1em;
  color: black;
  font-size: 0.8em !important;
  margin-bottom: 0;
}
#team-rest li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.hhLogo {
  cursor: pointer;
}

@media (max-width: 992px) {
  object {
    width: 100%;
    height: 338px;
  }

  .banner {
    height: 36vh !important;
    background-size: inherit!important;
}
  .hero-area .block p{
    display: none;
  }
  .mb-30 {
    margin: auto;
    display: flex;
    justify-content: left;
}
.single-cta i {
  display: none;
 
}
  .w-100 {
    background: #c9b7a5;
  }
  .single-contact-address-box {
    margin: 1.5em 0em;
    border-radius: 4em !important;
    border-top: 1px solid #c9b7a5;
  }
  .hero-area .block h1 {
    font-size: 60px;
  }
  .navigation {
    background: black !important;
    margin-top: 0;
    top: 0;
    position: relative;
  }
  .navigation .hhLogo {
    display: none;
    margin-top: 0em;
    top: 0px;
  }
  .navigation-top {
    display: none;
  }
  .slidernav {
    display: inherit;
    float: none !important;
    padding-right: 10px!important;
  }
  .navbar-dark .navbar-toggler {
    margin-left: auto;
    display: flex;
  }
  .hero-area-team h1 {
    font-size: 2.5rem;
  }
  .slider-menu .slidernav .slider-menu1 .nav-item a {
    text-align: right !important;
    padding-left: 0px;
    border-bottom: 1px solid #b0c4de47;
    color: white !important;
  }
  .dropdown-toggle::after {
    color: white !important;
  }

  .hero-area-team {
    height: 70vh;
    background-position: right;
  }
  .team-personel {
    padding: 6rem 0 3rem 0px !important;
  }
  .back-team a {
    display: block !important;
    padding-top: 2em;
  }
  .disclaimer-title {
    font-size: 1.1em;
  }
  .disclaimer p {
    line-height: 128% !important;
    padding: 0em 0 !important;
  }
  .team-member-pb figure img {
    width: 100% !important;
  }

  .team h4 {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  .containerslider {
    width: 100% !important;
    margin: 0 auto;
    padding: 0px !important;
  }
  .cta-text h4 {
    text-align: left;
  }
  .footer-logo {
    justify-content: left;
    margin: auto;
    display: flex;
    padding: 0px 0 3em 0;
  }
  .footer-widget-heading h3 {
    text-align: left;
  }

  .hero-area .block h1 {
    font-size: 2em;
  }
  .navigation .navigation-menu a {
    text-align: center;
  }
  .navbar-nav {
    float: none;
    margin: 0;
    background: #c9b7a5;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
    font-size: 1.7em;
  }
  .footer-text p {
    text-align: left;
  }
  p {
    text-align: center;
    font-size: 1.1em;
  }

  .navigation .logo img {
    width: 40%;
  }

  #flex {
    display: flex;
    flex-direction: column;
  }

  #a {
    order: 1;
  }

  #b {
    order: 2;
  }

  #c {
    order: 4;
  }

  #d {
    order: 3;
  }

  #first {
    order: 2;
  }

  #first {
    order: 1;
  }

  #team-skills {
    padding-bottom: 5em;
  }

  .navbar-dark .navbar-toggler {
    border-color: rgb(255 255 255);
  }

  .navbar-toggler {
    padding: 0.2rem 0.2rem;
  }

  .slider-menu .slidernav .slider-menu1 .nav-item a {
    text-align: left;
    padding-left: 0px;
    border-bottom: 1px solid #fff;
  }

  .slider-menu .slidernav .slider-menu1 .nav-item a:hover,
  .slider-menu .slidernav .slider-menu1 .nav-item a:focus {
    background: transparent;
    color: #fff !important;
  }

  .hero-area .block {
    margin-top: 3em;
  }
}

/* Contact US */

#map-back {
  background: white;
  padding-top: 2em;
}
.contact-address-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 0px 0px;
}
.contact-address-area .sec-title-style1.max-width {
  padding-bottom: 72px;
}
.contact-address-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-contact-address-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #c9b7a5;
  border-radius: 1em;
  padding: 85px 30px 77px;
}
.single-contact-address-box .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
.single-contact-address-box .icon-holder span:before {
  font-size: 75px;
}
.single-contact-address-box h3 {
  color: #929396a8;
  margin: 0px 0 9px;
}
.single-contact-address-box h2 {
  color: #929396;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 19px;
}
.single-contact-address-box a {
  color: #c9b7a5;
}

.single-contact-address-box.main-branch {
  border: 1px solid #c9b7a5;
  border-radius: 4em;
  padding: 53px 30px 20px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.single-contact-address-box.main-branch h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 38px;
  text-transform: uppercase;
  text-align: center;
}
.single-contact-address-box.main-branch .inner {
  position: relative;
  display: block;
}
.single-contact-address-box.main-branch .inner ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-contact-address-box.main-branch .inner ul li {
  position: relative;
  display: block;
  padding-left: 110px;
  border-bottom: 1px solid #929396;
  padding-bottom: 23px;
  margin-bottom: 24px;
}
.single-contact-address-box.main-branch .inner ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-contact-address-box.main-branch .inner ul li .title {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li .title h4 {
  color: #929396;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  text-align: left;
  border-bottom: 2px solid #c9b7a5;
}

.single-contact-address-box.main-branch .inner ul li .text {
  position: relative;
  display: block;
}
.single-contact-address-box.main-branch .inner ul li .text p {
  color: #c9b7a5;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.contact-info-area {
  position: relative;
  display: block;
  background: #ffffff;
}
.contact-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 60px 80px;
  -webkit-box-shadow: 0px 3px 8px 2px #ededed;
  box-shadow: 0px 3px 8px 2px #ededed;
  z-index: 3;
}
.contact-form .sec-title-style1 {
  position: relative;
  display: block;
  padding-bottom: 51px;
  text-align: center;
  width: 100%;
}
.contact-form .text-box {
  position: relative;
  display: block;
  margin-top: 19px;
  width: 50%;
}
.contact-form .text p {
  color: black;
  font-size: 1.4em;
  line-height: 26px;
  margin: 0;
}

.contact-form .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
}
.contact-form form {
  position: relative;
  display: block;
}
.contact-form form .input-box {
  position: relative;
  display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #c9b7a5;
  color: #c9b7a5;
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.contact-form form textarea {
  height: 130px;
  padding-left: 19px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus {
  color: black;
  border-color: #d4d4d4;
}
.contact-form form input[type="email"]:focus {
  color: black;
  border-color: #d4d4d4;
}
.contact-form form textarea:focus {
  color: black;
  border-color: #d4d4d4;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: black;
}
.contact-form form input[type="text"]:-moz-placeholder {
  color: black;
}
.contact-form form input[type="text"]::-moz-placeholder {
  color: black;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
  color: black;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: black;
}
.contact-form form input[type="email"]:-moz-placeholder {
  color: #848484;
}
.contact-form form input[type="email"]::-moz-placeholder {
  color: #848484;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #848484;
}
.contact-form form button {
  position: relative;
  display: block;
  width: 100%;
  background: black;
  border: 3px solid #c9b7a5;
  border-radius: 2em;
  color: #c9b7a5;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  cursor: pointer;
}

.contact-form form button:hover {
  color: black;
  background: #c9b7a5;
}

.sec-title-style1 p {
  font-size: 1.4em;
  color: #929396;
}
/* End of contact us */

.hero-area .block p {
  color: #fff;
  font-size: 1.2em;
  width: 72%;
  margin: 0 auto;
}
.hero-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  background: linear-gradient(165deg, #c9b7a5bd 53%, #c9b7a55e 72%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/* Our Services */

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #c9b7a5;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #c9b7a5;
  width: 50px;
}

.advertisers-service-sec {
  background-color: white;
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.service-card img {
  width: 100%;
}
.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgb(176 196 222 / 20%);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;

  border-bottom: 1px solid;
  border-bottom: 1px solid;
}

[data-tooltip]:before {
  /* needed - do not touch */
  content: attr(data-tooltip);
  position: absolute;
  opacity: 0;

  /* customizable */
  transition: all 0.15s ease;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 1px silver;
}

[data-tooltip]:hover:before {
  /* needed - do not touch */
  opacity: 1;

  /* customizable */
  background: #c9b7a5;
  margin-top: 0px;
  margin-left: 0px;
}

[data-tooltip]:not([data-tooltip-persistent]):before {
  pointer-events: none;
}

.advertisers-service-sec h3 {
  font-size: 1.2em;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: black;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #c9b7a5;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(197 197 197);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #c9b7a5;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #000;
}

.advertisers-service-sec .service-card:hover p {
  color: #000;
}

#titleService {
  padding-bottom: 10px;
}

/* ADVERTISERS SERVICE CARD ENDED */

/* Disclaimer */
.disclaimer {
  background: #fff;
  padding: 4em;
}

.disclaimer p {
  letter-spacing: normal;
  line-height: 0%;
  padding: 0.2em 0;
}

.disclaimer-title {
  margin-bottom: 1em;
  border-bottom: 1px solid #c9b7a5;
  border-top: 2px solid black;
  color: black;
  font-weight: 700;
  padding: 5px 0;
}
/* Disclaimer */

/* Team images  */

/* Our Team */

.team h4 {
  margin: 0 0 20px 0;
  text-transform: none;

  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  line-height: 0.9;
}

.team p {
  margin: 5px 0 0px 0;
  text-transform: none;
  color: #c9b7a5;
  font-weight: 600;
  text-align: center;
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 1.5;
}

.team a:link,
.team a:active,
.team a:visited {
  color: rgba(255, 255, 255, 1);
}

.team a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.gray {
  color: #a5a5a5;
}

.team {
  padding: 3rem 0 3rem 0px;
  background: white;
}

.team-personel {
  padding: 0rem 0 0rem 0px;
}
  
.accommodation p{
  color: #a5a5a5;
}

.team-personel span {
  color: #c9b7a5;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 200;
}

#title-left h2 {
  text-align: left;
}

#team-rest {
  padding: 3rem 0 3rem 0px;
}

#team {
  padding: 0 0 3rem 0;
  background: white;
}

#team p {
  margin: 5px 0 0px 0;
  text-transform: none;
  color: #c9b7a5;
  font-weight: 600;
  text-align: center;
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 1.5;
}

#team h4 {
  text-transform: none;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  line-height: 0.9;
}

.accommodation {
  margin: 15px 0;
  padding: 1em;
}

.accommodation img {
  max-width: 50%;
}

.accommodation span {
  color: #b3a393;
  font-size: 0.9em;
  line-height: 0px;
  font-weight: 600;
}

.team-member-personel {
  margin: 15px 0;
  padding: 1em;
}

.team-member-personel img {
  max-width: 100%;
  height: auto;
  border: 0.4em solid #c9b7a5;
  border-radius: 6em;
}

.team-member-personel figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member-personel figure img {
  min-width: 50%;
}

.back-team a {
  display: -webkit-box;
}

.team-member-personel h4 {
  margin: 0em 0 0;
  padding: 0;
  color: black;
  font-size: 2em;
  font-weight: 600;
  text-align: left;
}
.team-member-personel h5 {
  margin: 0em 0 0;
  padding: 0;
  color: white;
  font-size: 1.5em;
  text-align: left;
}

.team-member-personel p {
  margin: 0em 0 0;
  padding: 0;
  color: #c9b7a5;
  font-size: 1.3em;
  text-align: left;
}

.team-member-personel figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member-personel figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1.5em;
  width: 55%;
  border-radius: 25%;
}

.team-member-personel figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member-pb {
  margin: 15px 0;
  padding: 1em;
}

.team-member-pb figure img {
  margin-bottom: 1.5em;
  width: 50%;
  border-radius: 25%;
}

.team-member {
  margin: 15px 0;
  padding: 1em;
  border-style: inset;
  border-color: #c9b7a5;
  border-radius: 2em;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 50%;
}

.team-member figcaption p {
  margin: 10px 0 25px 0;
  text-transform: none;

  font-weight: 600;
  text-align: left;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 0em 0 0;
  padding: 0;
  color: black;
  font-size: 1.22em;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1.5em;
  width: 55%;
  border-radius: 25%;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*=================================================================
  About us section
==================================================================*/
.about p {
  color: #ffffffb3;
}
.about h3 {
  color: #fff;
}
.about .block {
  padding: 30px;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
  margin-bottom: 20px;
}

.about .block:hover {
  transform: translateY(-20px);
}
.about .block .icon-box {
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: transparent;
  margin: 46.19px auto 60px;
  padding: 20px 0;
  border-left: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
  font-size: 50px;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
}
.about .block .icon-box:after,
.about .block .icon-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 113.14px;
  height: 113.14px;
  background-color: inherit;
  left: 20.4315px;
  transform: scaleY(0.5774) rotate(-45deg);
}
.about .block .icon-box:before {
  top: -56.5685px;
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box:after {
  bottom: -56.5685px;
  border-bottom: 2px solid rgba(236, 239, 241, 0.07);
  border-left: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box h3 {
  color: #afbac4;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  background-attachment: fixed;
}
.call-to-action h2 {
  font-weight: 700;
  color: #444;
}
.call-to-action p {
  font-size: 16px;
  color: #666;
}
.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main {
  margin-top: 20px;
}

.contact-us {
  padding-top: 50px;
  background: white !important;
}

.contact-form {
  margin-bottom: 60px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(236, 239, 241, 0.07);
  height: 45px;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #c9b7a5;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #c9b7a5;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}

.google-map #map_canvas {
  height: 400px;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}

.error {
  display: none;
  padding: 10px;
  color: #d8000c;
  border-radius: 4px;
  font-size: 13px;
  background-color: #ffbaba;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

#map {
  height: 370px;
  width: 100%;
}

/* Person-info */

#person-info {
  padding: 0em 0;
}

#faqtitle {
  padding-bottom: 0em;
}

.container1 {
  margin: 0 auto;
  padding: 4rem;
  width: 100%;
}

.accordion a {
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: #fff !important;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #c9b7a5;
}

.accordion ul li {
  display: inline-block;
  background: none;
  color: #fff;
  width: 100%;
  margin-bottom: 2px;
  float: left;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #fff !important;
  border-bottom: 1px solid rgb(148, 180, 223);
}

.accordion a::after {
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #c9b7a5;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c9b7a5;
  text-align: center;
}

.accordion a.active::after {
  color: #c9b7a5;
  border: 1px solid #c9b7a5;
}

.accordion .content {
  display: flex;
  padding: 1rem;
  overflow: visible;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  color: #fff;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 20px;
  text-align: center;
}
.portfolio-filter button {
  border: none;
  outline: none;
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: transparent;
  display: inline-block;
  font-size: 16px;
  padding: 6px 20px;
  font-weight: 700;
  color: #737f8a;
  transition: 0.3s all;
}
.portfolio-filter button.active {
  border: 1px solid #c9b7a5;
  color: #c9b7a5;
}

.portfolio-items-wrapper .mix {
  padding: 5px;
}

.portfolio-block {
  position: relative;
  margin-top: 30px;
}
.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgb(255, 255, 255);
  opacity: 0;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  content: "";
}
.portfolio-block img {
  width: 100%;
  height: auto;
}
.portfolio-block:hover:before {
  opacity: 1;
}
.portfolio-block:hover .caption h4 {
  top: 45%;
}
.portfolio-block:hover .caption {
  opacity: 1;
  top: 50%;
}
.portfolio-block .caption {
  position: absolute;
  top: 60%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 80%;
}
.portfolio-block .caption h4 {
  font-size: 16px;
  font-weight: 600;
}
.portfolio-block .caption h4 a {
  color: #555;
}
.portfolio-block .caption .search-icon {
  background: #c9b7a5;
  width: 45px;
  height: 45px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.portfolio-block .caption .search-icon i {
  line-height: 45px;
}

/*=================================================================
  Services section
==================================================================*/

#about {
  background: white;
}

#about h3 {
  color: #c9b7a5;
}
.service-block {
  padding: 60px 20px;
  border-left: 2px solid #929396;
  margin-bottom: 40px;
}
.right-bord {
  border-right: 2px solid #c9b7a5;
}
.service-block .service-icon {
  margin-bottom: 10px;
  font-size: 50px;
}

.service-block p {
  color: #929396;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}
.service-2 .service-item:hover i {
  background: #fff;
  color: #c9b7a5;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #c9b7a5 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.skill-bar p {
  font-size: 18px;
  margin-bottom: 0;
}
.skill-bar p span {
  font-style: italic;
  font-size: 30px;
  color: rgba(187, 187, 187, 0.34);
  display: inline-block;
  vertical-align: middle;
}
.skill-bar .progress {
  height: 6px;
  border-radius: 0;
}
.skill-bar .progress .progress-bar {
  background: #c9b7a5;
}
.skill-bar li:not(:last-child) {
  margin-bottom: 25px;
}

/*=================================================================
  Our Team
==================================================================*/

.team-member:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.member-photo {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .member-photo {
    text-align: center;
  }
  .service-block .service-icon {
    display: none;
  }
}
.member-photo:hover img {
  transform: scale(1.2);
}
.member-photo img {
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .member-photo img {
    display: inline-block;
  }
  .counter-section {
    padding: 5em 0;
    flex-direction: inherit !important;
    display: table !important;
  }
}
.member-photo .mask {
  background-color: rgba(87, 203, 204, 0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.member-photo .mask ul {
  text-align: center;
  position: relative;
  top: 125px;
}
.member-photo .mask ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.member-photo .mask ul li a:hover {
  background-color: #fff;
  color: #c9b7a5;
  border: 1px solid transparent;
}

.member-meta {
  padding: 15px;
}
.member-meta h4 {
  margin: 0 0 5px;
}
.member-meta span {
  font-size: 12px;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial:before {
  background: rgba(42, 48, 55, 0.7);
}

.client-info {
  margin: 0 auto;
  width: 55%;
}
@media (max-width: 992px) {
  .client-info {
    width: 75%;
  }
  #left-logo {
    display: none;
  }
  #right-contact {
    display: none;
  }
  #contact-display {
    display: none;
  }
}
@media (max-width: 768px) {
  .client-info {
    width: 90%;
  }
}

.client-comment p {
  color: #afbac4;
  font-size: 18px;
  margin-bottom: 0;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}
.client-meta h3 {
  margin: 15px 0 5px 0;
}
.client-meta span {
  font-size: 12px;
}

.owl-pagination,
.owl-buttons {
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  height: 13px;
  margin: 0 4px;
  width: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #c9b7a5;
  border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
  max-width: 150px;
  width: 100%;
}

#our-clietns .owl-next,
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i,
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
  margin: 10px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.note {
  background-color: #292f36;
  border: 1px solid #4e595f;
}

/*=================================================================
  Footer section
==================================================================*/
.social-icon {
  padding: 30px 0 0px;
}
.social-icon ul {
  text-align: center;
}
.social-icon ul li {
  margin-bottom: 4px;
}
.social-icon ul li:hover a {
  background-color: #c9b7a5;
  transform: rotateY(0deg);
}
.social-icon ul li:hover a i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg);
}
.social-icon ul li a {
  background-color: #04547c;
  border: 1px solid transparent;
  display: block;
  height: 70px;
  width: 70px;
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}

.cont {
  color: white !important;
}
@media (max-width: 768px) {
  .social-icon ul li a {
    width: 55px;
    height: 55px;
  }
}
.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 32px;
  line-height: 70px;
  margin: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
  .social-icon ul li a i {
    line-height: 55px;
    font-size: 25px;
  }
  .copyright img {
    margin-bottom: 15px;
    width: 15% !important ;
  }
}

.copyright {
  padding: 20px 0;
  color: #fff;
}
.copyright img {
  margin-bottom: 15px;
  width: 5%;
}
.copyright p,
a {
  margin-top: 10px;
  color: black;
}

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #c9b7a5;
  border: 1px solid #c9b7a5;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.customer-logos {
  overflow: inherit;
  border-bottom: 1px solid #000000;
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true)
    center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg)
    brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }

  .line-2 {
    position: relative;
    top: 50%;
    width: 24em;
    margin: 0 auto;
    font-size: 1em !important;
  }
}

.row {
  overflow: hidden;
}

/* JsFiddle Example only/don't use */
.customer-logos {
  margin-top: 0px;
}

.line-1 {
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}

/* Animation */
.anim-typewriter {
  animation: typewriter1 7s steps(55) 1s 1 normal both,
    blinkTextCursor1 50ms steps(55) normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 24em;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0);
  }

  to {
    border-right-color: transparent;
  }
}

.line-2 {
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0);
  font-size: 180%;
  text-align: center;
  white-space: initial;
  overflow: hidden;
  /* transform: translateY(-50%); */
}

/* Animation */
.anim-typewriter1 {
  animation: typewriter 3.5s steps(60) 2.5s 1 normal both,
    blinkTextCursor 500ms steps(60) normal;
}

@keyframes typewriter1 {
  from {
    width: 0;
  }

  to {
    width: 24em;
  }
}

@keyframes blinkTextCursor1 {
  from {
    border-right-color: rgba(255, 255, 255, 0);
  }

  to {
    border-right-color: transparent;
  }
}

.banner {
  height: 65vh;
  background-size:contain ;
}

.banner h1 {
  margin-top: 2.5em !important;
}

#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
  scroll-behavior: smooth;
}

#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
  scroll-behavior: smooth;
}

#banner .scrolldown .scroll:after {
  background: #929396;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  scroll-behavior: smooth;
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}

/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@-moz-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@-o-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

/* NEW CODE FOR ADDIOTIONAL WEBSITE STUFF */

.crossfade > figure {
  animation: imageAnimation 20s linear infinite 2s;
  backface-visibility: hidden;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;

  width: 95.238095%;
  z-index: 0;
  transform: scale(1.05);
  background-size: cover !important;
  transform-origin: 0 0;
}

.crossfade > figure:nth-child(1) {
  animation-delay: 0s;
  background: url("../images/banner/homebanner.jpg") no-repeat top center fixed;
  background-attachment: fixed;
}

.crossfade > figure:nth-child(2) {
  animation-delay: 4s;
  background: url("../images/banner/homebanner.jpg") no-repeat top center fixed;
  background-attachment: fixed;
}

.crossfade > figure:nth-child(3) {
  animation-delay: 8s;
  background: url("../images/banner/homebanner.jpg") no-repeat top center fixed;
  background-attachment: fixed;
}

.crossfade > figure:nth-child(4) {
  animation-delay: 12s;
  background: url("../images/banner/homebanner.jpg") no-repeat top center fixed;
  background-attachment: fixed;
}

.crossfade > figure:nth-child(5) {
  animation-delay: 16s;
  background: url("../images/banner/homebanner.jpg") no-repeat top center fixed;
  background-attachment: fixed;
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
  }

  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#center-menu {
  margin: auto !important;
}

#right-contact {
  float: right;
}

/* TOP NAV a */
.slider-menu-top li {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  padding-left: 2em;
}

.slider-menu .slidernav .slider-menu1 .nav-item a:hover,
.slider-menu-top .slidernav .slider-menu1 .nav-item a:focus {
  background: transparent;
  color: #c9b7a5 !important;
}
#dropdown-menu-top a {
  color: #000 !important;
  border-bottom: 1px solid #0000002e;
}

.dropdown-menu-top {
  background: #0c3b51 !important;
}

.slider-menu-top .slidernav .slider-menu1 .nav-item a.active {
  border-bottom: 1px solid #ffffff !important;
}
/*  */

.slider-menu .slidernav .slider-menu1 .nav-item a {
  color: #fff;
  font-weight: 500;
  width: 100%;
}
.slider-menu .slidernav .slider-menu1 .nav-item a:hover,
.slider-menu .slidernav .slider-menu1 .nav-item a:focus {
  background: transparent;
  color: #929396 !important;
}
#dropdown-menu a {
  color: #000 !important;
  border-bottom: 1px solid #0000002e;
}

.dropdown-menu {
  background: #fff !important;
}

#menu-drop a {
  color: #000 !important;
}

.dropdown-toggle::after {
  color: #c9b7a5;
}

.slider-menu .slidernav .slider-menu1 .nav-item .active {
  color: #c9b7a5 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #c9b7a5 !important;
  background: none;
}

.contentNav {
  position: absolute;
  overflow: hidden;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.541);
  color: #000;
  border-radius: 8px;
  width: 100%;
  font-size: 13px;
}

.inner {
  padding: 0.5rem;
}

.contai:hover .contentNav {
  transform: translate(-50%, -50%);
  max-height: 300px;
}
.contentNav-email {
  position: absolute;
  overflow: hidden;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.541);
  color: #000;
  border-radius: 8px;
  width: 40%;
  font-size: 13px;
}
.contaiEmail:hover .contentNav-email {
  transform: translate(-30%, -50%);
  max-height: 300px;
}

.contentNav-phone {
  position: absolute;
  overflow: hidden;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.541);
  color: #000;
  border-radius: 8px;
  width: 30%;
  font-size: 13px;
}
.contaiPhone:hover .contentNav-phone {
  transform: translate(-10%, -50%);
  max-height: 300px;
}

/** about us **/

#about a,
#about a:hover,
#about a:focus,
#about a:active {
  text-decoration: none;
  outline: none;
}

#about a,
#about a:active,
#about a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#about ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#about img {
  max-width: 100%;
  height: auto;
  border: 0.4em solid #c9b7a5;
  border-radius: 6em;
}

#about span,
#about a,
#about a:hover {
  display: inline-block;
  text-decoration: none;
  color: #c9b7a5;
}

.section-head {
  margin-bottom: 60px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: black;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: black;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: black;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: black;
}

.item {
  background: #04547c;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: black;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: black;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgb(255 255 255 / 5%);
  color: white;
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: black;
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: black;
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: black;
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: black;
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: black;
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #ffffff;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: black;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: black;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

.pt-5,
.py-5 {
  padding-top: 10rem !important;
}

.counter-section {
  background: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-section .main-title {
  color: #000;
  margin-bottom: 100px;
  text-align: center;
}

.counter-count {
  text-align: center;
}

.counter-count .count {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #000;
  border-radius: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 60px;
  font-weight: 700;
  justify-content: center;
  height: 180px;
  margin: 0 auto 20px;
  width: 180px;
}

.counter-count h3 {
  color: #000;
}

@media (max-width: 1200px) {
  .counter-count .count {
    height: 120px;
    font-size: 40px;
    width: 120px;
  }
  .slider-menu .slidernav .slider-menu1 .nav-item a {
    font-size: 0.8em;
  }
}

/* CLient logo */

.containerslider {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
}

.center {
  text-align: center;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.client-slider {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Client testimonies */

/* bg color 

49a6e9

 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap");

/***************************
****************************
container
****************************
***************************/

/***************************
****************************
    Title & border
****************************
***************************/

#title-border {
  height: 2px;
  width: 100%;
  background-color: var(--primery-blue);
  margin-bottom: 5em;
}

/***************************
****************************
       image section
****************************
***************************/

.review-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--card-bg);
  box-shadow: #bed1df 0 0px 10px 10px;
  padding: 2em;
  border-radius: 5px;
  margin: auto;
}

.img-container {
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 1em;
}

.review-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  box-shadow: 5px -5px var(--primery-blue);
}

/***************************
****************************
        Name & text
****************************
***************************/

.review-name {
  font-family: var(--ff-primary);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-size: 1em;
  color: var(--title-clr);
  margin-bottom: 1em;
}

.review-job {
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 0.85em;
  color: var(--primery-blue);
  margin-bottom: 0.5em;
}

.review-text {
  font-weight: 500;
  font-size: 1.2em;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 1em;
}

#prev-btn,
#next-btn {
  color: var(--primery-blue);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  margin: 1em 0.8em;
}

#clientReview {
  background: white;
}

/* Footer */

.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  padding-top: 5rem !important;
}

.fa, .fas {
  font-weight: 900;
  color: #929396!important;
}

.single-cta i {
  color: #929396;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #929396;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: black;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
  margin: 0em 0em 0em 0em;
  padding-bottom: 0px !important;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: black;
  line-height: 28px;
}

.footer-social-icon span {
  color: black;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

#linkedin {
  font-size: 16px;
  margin-right: 15px;
  background: #0a66c2;
  line-height: 38px;
  border-radius: 50% !important;
  padding: 0.643em 0.75em !important;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.fa-facebook-f:before {
  content: "\f082";
  font-size: 1.5em;
  color: #3b5998;
}

.fa-instagram:before {
  color: #c13584;
  font-size: 1.5em;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: black;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #c9b7a5;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  color: black;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #c9b7a5;
}

.footer-widget ul li a {
  color: black;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-color: #c9b7a5;
}

.footer-widget-heading-team h3 {
  color: black;
  text-align: left;
  margin-top: 1em;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1.5em;
  position: relative;
  line-height: 1.5em;
}
.footer-widget-heading-team p {
  color: #c9b7a5;
    text-align: left;
    margin-top: 0em;
    font-size: 0.8em;
    font-weight: 400;
    margin-bottom: 0em;
    position: relative;
}

.footer-widget-heading-team h2 {
  text-align: left;
  margin-top: 1em;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1.5em;
  position: relative;
  line-height: 1.5em;
}

/* Pricing */
.pricing- p{
  text-align: left;
    font-size: 0.9em;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 11px;
}

.pricing- {
  margin-top: 1em;
}



.flexible-iframe-container {
  position: relative;
  height: 90vh;
  width: 50%;
}

/* Media query for screens wider than 768px */
@media (max-width: 768px)  {
  .flexible-iframe-container {
    height: 80vh;
    width: 100%;
  }
}





.footer-widget-heading-team span {
  text-align: left;
}

.iconWhite {
  color: #929396 !important;
}
#iconWhite {
  color: black !important;
}
.footer-widget-heading-team h4 {
  color: #fff;
  text-align: left;
  margin-top: 1em;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 1.5em;
  position: relative;
}
.footer-widget-heading-team h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #c9b7a5;
}

.footer-widget-heading-team h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #929396;
}

.footer-widget-team ul li {
  display: inline-block;
  float: left;
  color: #ffffff;
  text-align: left;
  width: 100%;
  margin-bottom: 2px;
}

.footer-widget-team ul li a:hover {
  color: #c9b7a5;
}

.footer-widget-team ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-color: #c9b7a5;
}

#iconWhite ul li a {
  text-decoration: none;
  color: black;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #04547c;
  padding: 13px 20px;
  border: 1px solid black;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

#turaco{
  background: white;
}

#turaco p, a{
  color: #9c9da0;
}

.copyright-area {
  background: #c9b7a5;
  padding: 5px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.copyright-text p a {
  color: black6c;
}

.designed-by {
  background: #fff;
  padding: 10px 0;
}

.designed-by-text p {
  margin: 0;
  font-size: 14px;
  color: black;
}

.designed-by-text p a {
  color: black;
}

.footer-menu {
  margin-bottom: 0em;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
  text-decoration: underline;
}

.footer-menu li:hover a {
  color: #c9b7a5;
}

.footer-menu li a {
  font-size: 14px;
  color: #fff;
}

/* Scroll to top */

/*--------------------
 Back to Top Button
---------------------*/
.scrollToTopBtn {
  background-color: #c9b7a5;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 48px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
  /* keep it on top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 512px;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 40px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}

.embed{
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 2em;
}